/* menu du haut*/
.top-bar {
	background-color: #754595;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    background: #754595 ;
}
.top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top-color: #835E9C;
}

.top-bar-section ul li {
    background: #8a5294;
}

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	border-right-color: #835E9C;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #754595;
    color: white;
}


/* encarts*/
.encart .titre_color_principal {
    background-color: #754595;
}

#articles-meme-rubrique li.on {
	background-color: #CBB9D8;
}

/* couleurs des fonts*/
h2.titre {
    color: #754595;
}
h3.spip {
	color: #754595;
    border-bottom: 1px solid #754595;
}


/* tableau*/
table.spip th {
    background-color: #835E9C;
}


#754595